home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacApp Release 10 / Metrowerks Support / Libraries / CW MALibraries / CWMacAppRezPPC_nd.r < prev    next >
Encoding:
Text File  |  1996-04-03  |  923 b   |  29 lines  |  [TEXT/CWIE]

  1. // CWMacAppRezPPC_nd.r
  2. //
  3. // This file is a prefix file for the Rez compiler
  4. // The 1.4 version of Rez has no knowledge of whether the target is 68K or PPC.
  5. // Also since #pragma __option(xx) isn't supported, you have to hardcode some
  6. // other settings to match your project settings.  This should become automated
  7. // eventually.
  8. //
  9. // MacApp 3.3+ and CW8 (CodeWarrior C/C++ PPC/68K 1.4) version. 
  10. //
  11. //----------------------------------------------------------------------------------------
  12. // Defines
  13.  
  14. // ========================================================
  15. // ••• BIG RED SWITCH FOR DEBUGGING •••
  16. // 0=nodebug, 1=debug (finer grain control can be found in CWMacAppSwitches.h)
  17. // ========================================================
  18. #if !defined(wantDebugging)
  19. #    define wantDebugging 0
  20. #endif
  21.  
  22. #if defined(MW_REZ)
  23. #    define powerc 1
  24. #    define __powerc 1
  25. #    define __POWERPC__ 1
  26. #endif
  27.  
  28. #include "CWMacAppSwitches.h"
  29.